Microsoft DirectX 8.1 (C++)

CDynamicOutputPin::DeliverBeginFlush

The DeliverBeginFlush method requests the connected input pin to begin a flush operation.

Syntax

HRESULT DeliverBeginFlush(void);

Return Value

Returns S_OK if successful, or an HRESULT value indicating the cause of the failure.

Remarks

This method overrides the CBaseOutputPin::DeliverBeginFlush method. It sets the CDynamicOutputPin::m_hStopEvent event.

See Also